home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldo / waldo.exe / FINAL08.DXR / 00304.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  108 b   |  8 lines

  1. on mouseDown
  2.   if pressButton(the clickOn) then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.